From 3ef81423e2112d1f8c01f8a7b7555ee77332351c Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Wed, 1 Mar 2006 17:52:37 +0100 Subject: [PATCH] Remove unused #include . Signed-off-by: Ewan Mellor --- tools/xenstore/xs.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/xenstore/xs.c b/tools/xenstore/xs.c index f7a576119f..6dea25451f 100644 --- a/tools/xenstore/xs.c +++ b/tools/xenstore/xs.c @@ -31,7 +31,6 @@ #include #include #include -#include #include #include "xs.h" #include "list.h" @@ -343,7 +342,6 @@ static void *xs_talkv(struct xs_handle *h, xs_transaction_t t, free(ret); saved_errno = EBADF; goto close_fd; - } return ret; -- 2.30.2